home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / TIMWIN.ZIP / IMAGES.FGS < prev    next >
Text File  |  1993-09-22  |  4KB  |  80 lines

  1. ;                   TIM Image Specification File
  2. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. ; This file specifies the image set-up for TIMWIN. It must be renamed
  4. ; to 'images.tim' and placed in the TIMWIN directory to become valid.
  5. ; The specification consists of the following fields, which are separated
  6. ; by white space characters (i.e. spaces or tabs).
  7. ;
  8. ;  i  dis  8  512  512   0   0 
  9. ;  ^   ^   ^   ^    ^    ^   ^ 
  10. ;  |   |   |   |    |    +---+------position of upper left corner in field
  11. ;  |   |   |   |    |               (specify for child images only)
  12. ;  |   |   |   +----+---------------image size (Y, X)
  13. ;  |   |   +------------------------pixel size
  14. ;  |   +----------------------------type of image store: dis(play), mem(ory),
  15. ;  |                                win (memory image with Windows display)
  16. ;  +--------------------------------image name (may be any string)
  17. ;
  18. ; Images can share the same memory space if they are specified in a single
  19. ; block. An empty line separates blocks.
  20. ;
  21. ; The first line in a block not only specifies an image, but also the total
  22. ; amount of memory of the block. This first image is called: Master Image (MI).
  23. ; The image specifications following the MI may have a '-' in the image store
  24. ; type field. These images are called: child images. Their size and position
  25. ; must be so, that they fit in the master image completely. The position
  26. ; specification is necessary only with child images.
  27. ; Windows images (type 'win') cannot have children.
  28. ; Image specification blocks must be separated by at least one empty line.
  29. ;
  30. ; For every specified image the following sub-images are recognized:
  31. ; - 4 images occupying 1/4 of the total image space, accessible by appending
  32. ;   a number (1 - 4) to the image name (e.g. a1, p2, etc.).
  33. ; - a variable sub image, accessible by appending a 'c' to the image name
  34. ;   (e.g. 'ac').
  35. ;
  36. ; The first non-comment line specifies the display window: this is the size
  37. ; of the area that the frame grabber shows in non-zoomed condition.
  38. ;
  39. ; In this file coordinates are specified in Y, X fashion.
  40. ;
  41. ; In this file characters between the comment character (;) and end-of-line
  42. ; are ignored.
  43. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  44. ;           Specification for 2x512x512 FGPlus Frame Grabber
  45. ;        (Single Store Mode. This is the setup of choice with TIMWIN.
  46. ;         See PCVisionPlus manual pg. 2.13 to change to single store mode)
  47. ;
  48.  
  49. display = 512 512                       ;Size display window
  50.                                         ;fg: master image (determined by display)
  51. fg  dis  8  512  1024                    ;  <--------1024--------->
  52. x    -   -  512   512     0     0        ; +-----------------------+
  53. y    -   -  512   512     0   512        ; |           |           |
  54. g    -   -  512   512     0   512        ; |     x     |   y (g)   |
  55. p    -   -  256   256     0     0        ; |           |           |
  56. q    -   -  256   256     0   256        ; +-----------------------+
  57. r    -   -  256   256   256     0        ;  < page 1  > <  page 2 >
  58. s    -   -  256   256   256   256        ; +-----------------------+
  59. t    -   -  256   256     0   512        ; |  p  |  q  |  t  |  u  |
  60. u    -   -  256   256     0   768        ; |-----+-----+-----+-----|
  61. v    -   -  256   256   256   512        ; |  r  |  s  |  v  |  w  |
  62. w    -   -  256   256   256   768        ; +-----------------------+
  63.                                           ;  < page 1  > <  page 2 >
  64.  
  65. ;
  66. ;  Additional storage in computer memory
  67. ;
  68. f  mem  64  256   256                     ;fft image (64-bit pixels): 512KB
  69. e16 -   16  512   512     0     0         ;16-bits images
  70. m16 -   16  256   256     0     0
  71. e   -    8  512   512     0     0         ;8-bits images
  72. a   -    8  256   256     0     0
  73. b   -    8  256   256     0   256
  74. c   -    8  256   256   256   256
  75. d   -    8  256   256   256   256
  76.  
  77. h  win   8  256   256    
  78.  
  79. i  win   8  256   256
  80.